home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCMania 73
/
PCMania CD73_1.iso
/
pcmania
/
render73
/
Foro
/
FUERTES
/
GALEON
/
VELAS.INC
< prev
Wrap
Text File
|
1998-07-06
|
2KB
|
83 lines
#declare vela_mayor_mayor=
difference
{
intersection
{
difference
{
cylinder {<110,0,100>,<110,0,-100>,120}
cylinder {<110,0,100>,<110,0,-100>,119.99}
}
box {<-40,35,60>,<40,-35,-60>}
}
cylinder {<-340,0,0>,<40,0,0>,60 scale <.1,.1,1> translate y*-35}
texture {tela}
}
#declare vela_gavia_mayor=
difference
{
intersection
{
difference
{
cylinder {<110,0,100>,<110,0,-100>,120}
cylinder {<110,0,100>,<110,0,-100>,119.99}
}
prism {linear_spline 40,-40 5 <35,40>,<35,-40>,<-35,-60>,<-35,60>,<35,40> rotate z*90}
}
cylinder {<-340,0,0>,<40,0,0>,60 scale <.1,.1,1> translate y*-35}
texture {tela}
}
#declare vela_mayor_trinquete=
difference
{
intersection
{
difference
{
cylinder {<110,0,100>,<110,0,-100>,120}
cylinder {<110,0,100>,<110,0,-100>,119.99}
}
box {<-40,32.5,50>,<40,-20,-50>}
}
cylinder {<-340,0,0>,<40,0,0>,50 scale <.1,.1,1> translate y*-20}
texture {tela}
}
#declare vela_gavia_trinquete=
difference
{
intersection
{
difference
{
cylinder {<110,0,100>,<110,0,-100>,120}
cylinder {<110,0,100>,<110,0,-100>,119.99}
}
prism {linear_spline 40,-40 5 <30,35>,<-30,50>,<-30,-50>,<30,-35>,<30,35> rotate z*90}
}
cylinder {<-340,0,0>,<40,0,0>,50 scale <.1,.1,1> translate y*-30}
texture {tela}
}
/*object {vela_mayor_mayor}
camera {location <-50,30,-150> look_at 0}
light_source {<-300,300,-300> rgb 1}*/
#declare vela_mesana=
union
{
sphere {0,20 clipped_by {plane {y,0}} scale <1,.1,.1>}
sphere {0,20 clipped_by {plane {-y,0}} scale <1,.05,.1>}
sphere {0,17.5 clipped_by {plane {y,0}} scale <1,.1,.1> translate x*37.5}
sphere {0,17.5 clipped_by {plane {-y,0}} scale <1,.05,.1> translate x*37.5}
sphere {0,17.5 clipped_by {plane {y,0}} scale <1,.1,.1> translate x*-37.5}
sphere {0,17.5 clipped_by {plane {-y,0}} scale <1,.05,.1> translate x*-37.5}
texture {tela}
}